From 6366444951ab5b2eba7ff9fa4f2c65864f6df04d Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 8 Feb 2001 00:23:30 +0000 Subject: [PATCH] (gnus-score-after-write-file-function): Fix :type. --- lisp/gnus/gnus-score.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el index 213178320ab..0cfc079a214 100644 --- a/lisp/gnus/gnus-score.el +++ b/lisp/gnus/gnus-score.el @@ -384,7 +384,7 @@ If nil, the user will be asked for a duration." (defcustom gnus-score-after-write-file-function nil "Function called with the name of the score file just written to disk." :group 'gnus-score-files - :type 'function) + :type '(choice (const nil) function)) (defcustom gnus-score-thread-simplify nil "If non-nil, subjects will simplified as in threading." -- 2.30.2